Html Css Color HEX #A933CE Dark Orchid

📋 copy color: '#A933CE'

red 169 ◦ green 51 ◦ blue 206

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

Shades of Dark Orchid #A933CE

Tints of Dark Orchid #A933CE

RGB

 RED value IS 169 (66.41% from 255) = 39.67%

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

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

R = 39.67%
G = 11.97%
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

#A933CE (or 0xA933CE) is known color: Dark Orchid. HEX triplet: A9, 33 and CE. RGB value is (169,51,206). Sum of RGB (Red+Green+Blue) = 169+51+206=426 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.67% from 426); Green value is 51 (20.31% from 255 or 11.97% 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 #A933CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A933CE is #56CC31. Grayscale: #676767. Windows color (decimal): -5688370 or 13513641. OLE color: 13513641.

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

Color convert

RGB 169 51 206 -
CMYK 0.18 0.75 0 0.19
HSL 285.68º 0.61% 0.5% -
HSV(B) 285.68º 0.75% 0.81% -
XYZ 28.69 15.26 59.83 -
YUV 103.95 185.59 174.4 -
System Red Green Blue C M Y K H S L
Decimal 169 51 206 0.18 0.75 0 0.19 285.68 0.61 0.5
Hex A9 33 CE 12 4B 0 13 11E 3D 32
Octal 251 63 316 22 113 0 23 436 75 62
Binary 10101001 110011 11001110 10010 1001011 0 10011 100011110 111101 110010

Color Harmonies of #A933CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A933CE

Black with #A933CE

Text Example


Text Example

White with #A933CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A933CE; }

 p { color: rgb(169,51,206); }

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

background-color css

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

 a { background-color: rgb(169,51,206); }

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

border-color css

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

 span { border-color: rgb(169,51,206); }

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