Html Css Color HEX #A834CE Dark Orchid

📋 copy color: '#A834CE'

red 168 ◦ green 52 ◦ blue 206

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

Shades of Dark Orchid #A834CE

Tints of Dark Orchid #A834CE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.21%

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

R = 39.44%
G = 12.21%
B = 48.36%

CMYK

 C value IS 0.18

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A834CE (or 0xA834CE) is known color: Dark Orchid. HEX triplet: A8, 34 and CE. RGB value is (168,52,206). Sum of RGB (Red+Green+Blue) = 168+52+206=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 52 (20.70% from 255 or 12.21% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #A834CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A834CE is #57CB31. Grayscale: #676767. Windows color (decimal): -5753650 or 13513896. OLE color: 13513896.

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

Color convert

RGB 168 52 206 -
CMYK 0.18 0.75 0 0.19
HSL 285.19º 0.61% 0.51% -
HSV(B) 285.19º 0.75% 0.81% -
XYZ 28.52 15.24 59.83 -
YUV 104.24 185.43 173.48 -
System Red Green Blue C M Y K H S L
Decimal 168 52 206 0.18 0.75 0 0.19 285.19 0.61 0.51
Hex A8 34 CE 12 4B 0 13 11D 3D 33
Octal 250 64 316 22 113 0 23 435 75 63
Binary 10101000 110100 11001110 10010 1001011 0 10011 100011101 111101 110011

Color Harmonies of #A834CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A834CE

Black with #A834CE

Text Example


Text Example

White with #A834CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A834CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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