Html Css Color HEX #A735DE Dark Orchid

📋 copy color: '#A735DE'

red 167 ◦ green 53 ◦ blue 222

#A735DE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #A735DE

Tints of Dark Orchid #A735DE

RGB

 RED value IS 167 (65.63% from 255) = 37.78%

 GREEN value IS 53 (21.09% from 255) = 11.99%

 BLUE value IS 222 (87.11% from 255) = 50.23%

R = 37.78%
G = 11.99%
B = 50.23%

CMYK

 C value IS 0.25

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A735DE (or 0xA735DE) is known color: Dark Orchid. HEX triplet: A7, 35 and DE. RGB value is (167,53,222). Sum of RGB (Red+Green+Blue) = 167+53+222=442 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.78% from 442); Green value is 53 (21.09% from 255 or 11.99% from 442); Blue value is 222 (87.11% from 255 or 50.23% from 442); Max value from RGB is 222 - color contains mainly: blue. Hex color #A735DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A735DE is #58CA21. Grayscale: #696969. Windows color (decimal): -5818914 or 14562727. OLE color: 14562727.

HSL color Cylindrical-coordinate representation of color #A735DE: hue angle of 280.47º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A735DE is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 53 222 -
CMYK 0.25 0.76 0 0.13
HSL 280.47º 0.72% 0.54% -
HSV(B) 280.47º 0.76% 0.87% -
XYZ 30.39 16.04 70.6 -
YUV 106.35 193.27 171.26 -
System Red Green Blue C M Y K H S L
Decimal 167 53 222 0.25 0.76 0 0.13 280.47 0.72 0.54
Hex A7 35 DE 19 4C 0 D 118 48 36
Octal 247 65 336 31 114 0 15 430 110 66
Binary 10100111 110101 11011110 11001 1001100 0 1101 100011000 1001000 110110

Color Harmonies of #A735DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A735DE

Black with #A735DE

Text Example


Text Example

White with #A735DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A735DE; }

 p { color: rgb(167,53,222); }

 H1.HeaderClassName
 {
   color: #A735DE;
 }
 .AnyTagClassName
 {
   color: #A735DE;
 }
</style>

background-color css

<style>
 a { background-color: #A735DE; }

 a { background-color: rgb(167,53,222); }

 div.DivClassName
 {
   background-color: #A735DE;
 }
 .BgClassName
 {
   background-color: #A735DE;
 }
</style>

border-color css

<style>
 span { border-color: #A735DE; }

 span { border-color: rgb(167,53,222); }

 td.TdClassName
 {
   border-color: #A735DE;
 }
 .TagClassName
 {
   border-color: #A735DE;
 }
</style>