Html Css Color HEX #A834CB Dark Orchid

📋 copy color: '#A834CB'

red 168 ◦ green 52 ◦ blue 203

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

Shades of Dark Orchid #A834CB

Tints of Dark Orchid #A834CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.99%

R = 39.72%
G = 12.29%
B = 47.99%

CMYK

 C value IS 0.17

 M value IS 0.74

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A834CB (or 0xA834CB) is known color: Dark Orchid. HEX triplet: A8, 34 and CB. RGB value is (168,52,203). Sum of RGB (Red+Green+Blue) = 168+52+203=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 52 (20.70% from 255 or 12.29% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #A834CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A834CB is #57CB34. Grayscale: #676767. Windows color (decimal): -5753653 or 13317288. OLE color: 13317288.

HSL color Cylindrical-coordinate representation of color #A834CB: hue angle of 286.09º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A834CB is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 52 203 -
CMYK 0.17 0.74 0 0.20
HSL 286.09º 0.59% 0.5% -
HSV(B) 286.09º 0.74% 0.8% -
XYZ 28.16 15.09 57.93 -
YUV 103.9 183.93 173.72 -
System Red Green Blue C M Y K H S L
Decimal 168 52 203 0.17 0.74 0 0.20 286.09 0.59 0.5
Hex A8 34 CB 11 4A 0 14 11E 3B 32
Octal 250 64 313 21 112 0 24 436 73 62
Binary 10101000 110100 11001011 10001 1001010 0 10100 100011110 111011 110010

Color Harmonies of #A834CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A834CB

Black with #A834CB

Text Example


Text Example

White with #A834CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A834CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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