Html Css Color HEX #A835CE Dark Orchid

📋 copy color: '#A835CE'

red 168 ◦ green 53 ◦ blue 206

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

Shades of Dark Orchid #A835CE

Tints of Dark Orchid #A835CE

RGB

 RED value IS 168 (66.02% from 255) = 39.34%

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

 BLUE value IS 206 (80.86% from 255) = 48.24%

R = 39.34%
G = 12.41%
B = 48.24%

CMYK

 C value IS 0.18

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A835CE (or 0xA835CE) is known color: Dark Orchid. HEX triplet: A8, 35 and CE. RGB value is (168,53,206). Sum of RGB (Red+Green+Blue) = 168+53+206=427 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.34% from 427); Green value is 53 (21.09% from 255 or 12.41% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #A835CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A835CE is #57CA31. Grayscale: #686868. Windows color (decimal): -5753394 or 13514152. OLE color: 13514152.

HSL color Cylindrical-coordinate representation of color #A835CE: hue angle of 285.1º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A835CE is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 53 206 -
CMYK 0.18 0.74 0 0.19
HSL 285.1º 0.61% 0.51% -
HSV(B) 285.1º 0.74% 0.81% -
XYZ 28.56 15.33 59.85 -
YUV 104.83 185.1 173.06 -
System Red Green Blue C M Y K H S L
Decimal 168 53 206 0.18 0.74 0 0.19 285.1 0.61 0.51
Hex A8 35 CE 12 4A 0 13 11D 3D 33
Octal 250 65 316 22 112 0 23 435 75 63
Binary 10101000 110101 11001110 10010 1001010 0 10011 100011101 111101 110011

Color Harmonies of #A835CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A835CE

Black with #A835CE

Text Example


Text Example

White with #A835CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A835CE; }

 p { color: rgb(168,53,206); }

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

background-color css

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

 a { background-color: rgb(168,53,206); }

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

border-color css

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

 span { border-color: rgb(168,53,206); }

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