Html Css Color HEX #A033DA Dark Orchid

📋 copy color: '#A033DA'

red 160 ◦ green 51 ◦ blue 218

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

Shades of Dark Orchid #A033DA

Tints of Dark Orchid #A033DA

RGB

 RED value IS 160 (62.89% from 255) = 37.3%

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

 BLUE value IS 218 (85.55% from 255) = 50.82%

R = 37.3%
G = 11.89%
B = 50.82%

CMYK

 C value IS 0.27

 M value IS 0.77

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A033DA (or 0xA033DA) is known color: Dark Orchid. HEX triplet: A0, 33 and DA. RGB value is (160,51,218). Sum of RGB (Red+Green+Blue) = 160+51+218=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 51 (20.31% from 255 or 11.89% from 429); Blue value is 218 (85.55% from 255 or 50.82% from 429); Max value from RGB is 218 - color contains mainly: blue. Hex color #A033DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A033DA is #5FCC25. Grayscale: #666666. Windows color (decimal): -6278182 or 14300064. OLE color: 14300064.

HSL color Cylindrical-coordinate representation of color #A033DA: hue angle of 279.16º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A033DA is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 51 218 -
CMYK 0.27 0.77 0 0.15
HSL 279.16º 0.69% 0.53% -
HSV(B) 279.16º 0.77% 0.85% -
XYZ 28.34 14.9 67.71 -
YUV 102.63 193.11 168.92 -
System Red Green Blue C M Y K H S L
Decimal 160 51 218 0.27 0.77 0 0.15 279.16 0.69 0.53
Hex A0 33 DA 1B 4D 0 F 117 45 35
Octal 240 63 332 33 115 0 17 427 105 65
Binary 10100000 110011 11011010 11011 1001101 0 1111 100010111 1000101 110101

Color Harmonies of #A033DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A033DA

Black with #A033DA

Text Example


Text Example

White with #A033DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A033DA; }

 p { color: rgb(160,51,218); }

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

background-color css

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

 a { background-color: rgb(160,51,218); }

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

border-color css

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

 span { border-color: rgb(160,51,218); }

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