Html Css Color HEX #A836CF Dark Orchid

📋 copy color: '#A836CF'

red 168 ◦ green 54 ◦ blue 207

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

Shades of Dark Orchid #A836CF

Tints of Dark Orchid #A836CF

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.59%

 BLUE value IS 207 (81.25% from 255) = 48.25%

R = 39.16%
G = 12.59%
B = 48.25%

CMYK

 C value IS 0.19

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A836CF (or 0xA836CF) is known color: Dark Orchid. HEX triplet: A8, 36 and CF. RGB value is (168,54,207). Sum of RGB (Red+Green+Blue) = 168+54+207=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 54 (21.48% from 255 or 12.59% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #A836CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A836CF is #57C930. Grayscale: #696969. Windows color (decimal): -5753137 or 13579944. OLE color: 13579944.

HSL color Cylindrical-coordinate representation of color #A836CF: hue angle of 284.71º 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 #A836CF is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 54 207 -
CMYK 0.19 0.74 0 0.19
HSL 284.71º 0.61% 0.51% -
HSV(B) 284.71º 0.74% 0.81% -
XYZ 28.73 15.47 60.5 -
YUV 105.53 185.27 172.56 -
System Red Green Blue C M Y K H S L
Decimal 168 54 207 0.19 0.74 0 0.19 284.71 0.61 0.51
Hex A8 36 CF 13 4A 0 13 11D 3D 33
Octal 250 66 317 23 112 0 23 435 75 63
Binary 10101000 110110 11001111 10011 1001010 0 10011 100011101 111101 110011

Color Harmonies of #A836CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A836CF

Black with #A836CF

Text Example


Text Example

White with #A836CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A836CF; }

 p { color: rgb(168,54,207); }

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

background-color css

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

 a { background-color: rgb(168,54,207); }

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

border-color css

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

 span { border-color: rgb(168,54,207); }

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