Html Css Color HEX #A833CC Dark Orchid

📋 copy color: '#A833CC'

red 168 ◦ green 51 ◦ blue 204

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

Shades of Dark Orchid #A833CC

Tints of Dark Orchid #A833CC

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.06%

 BLUE value IS 204 (80.08% from 255) = 48.23%

R = 39.72%
G = 12.06%
B = 48.23%

CMYK

 C value IS 0.18

 M value IS 0.75

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A833CC (or 0xA833CC) is known color: Dark Orchid. HEX triplet: A8, 33 and CC. RGB value is (168,51,204). Sum of RGB (Red+Green+Blue) = 168+51+204=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 51 (20.31% from 255 or 12.06% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #A833CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A833CC is #57CC33. Grayscale: #666666. Windows color (decimal): -5753908 or 13382568. OLE color: 13382568.

HSL color Cylindrical-coordinate representation of color #A833CC: hue angle of 285.88º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A833CC is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 168 51 204 -
CMYK 0.18 0.75 0 0.2
HSL 285.88º 0.6% 0.5% -
HSV(B) 285.88º 0.75% 0.8% -
XYZ 28.23 15.05 58.54 -
YUV 103.43 184.76 174.06 -
System Red Green Blue C M Y K H S L
Decimal 168 51 204 0.18 0.75 0 0.2 285.88 0.6 0.5
Hex A8 33 CC 12 4B 0 14 11E 3C 32
Octal 250 63 314 22 113 0 24 436 74 62
Binary 10101000 110011 11001100 10010 1001011 0 10100 100011110 111100 110010

Color Harmonies of #A833CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A833CC

Black with #A833CC

Text Example


Text Example

White with #A833CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A833CC; }

 p { color: rgb(168,51,204); }

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

background-color css

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

 a { background-color: rgb(168,51,204); }

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

border-color css

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

 span { border-color: rgb(168,51,204); }

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