Html Css Color HEX #A833CA Dark Orchid

📋 copy color: '#A833CA'

red 168 ◦ green 51 ◦ blue 202

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

Shades of Dark Orchid #A833CA

Tints of Dark Orchid #A833CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.98%

R = 39.9%
G = 12.11%
B = 47.98%

CMYK

 C value IS 0.17

 M value IS 0.75

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A833CA (or 0xA833CA) is known color: Dark Orchid. HEX triplet: A8, 33 and CA. RGB value is (168,51,202). Sum of RGB (Red+Green+Blue) = 168+51+202=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 51 (20.31% from 255 or 12.11% from 421); Blue value is 202 (79.30% from 255 or 47.98% from 421); Max value from RGB is 202 - color contains mainly: blue. Hex color #A833CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A833CA is #57CC35. Grayscale: #666666. Windows color (decimal): -5753910 or 13251496. OLE color: 13251496.

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

Color convert

RGB 168 51 202 -
CMYK 0.17 0.75 0 0.21
HSL 286.49º 0.6% 0.5% -
HSV(B) 286.49º 0.75% 0.79% -
XYZ 27.99 14.96 57.29 -
YUV 103.2 183.76 174.22 -
System Red Green Blue C M Y K H S L
Decimal 168 51 202 0.17 0.75 0 0.21 286.49 0.6 0.5
Hex A8 33 CA 11 4B 0 15 11E 3C 32
Octal 250 63 312 21 113 0 25 436 74 62
Binary 10101000 110011 11001010 10001 1001011 0 10101 100011110 111100 110010

Color Harmonies of #A833CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A833CA

Black with #A833CA

Text Example


Text Example

White with #A833CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A833CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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