Html Css Color HEX #A227DA Dark Orchid

📋 copy color: '#A227DA'

red 162 ◦ green 39 ◦ blue 218

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

Shades of Dark Orchid #A227DA

Tints of Dark Orchid #A227DA

RGB

 RED value IS 162 (63.67% from 255) = 38.66%

 GREEN value IS 39 (15.63% from 255) = 9.31%

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

R = 38.66%
G = 9.31%
B = 52.03%

CMYK

 C value IS 0.26

 M value IS 0.82

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A227DA (or 0xA227DA) is known color: Dark Orchid. HEX triplet: A2, 27 and DA. RGB value is (162,39,218). Sum of RGB (Red+Green+Blue) = 162+39+218=419 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.66% from 419); Green value is 39 (15.62% from 255 or 9.31% from 419); Blue value is 218 (85.55% from 255 or 52.03% from 419); Max value from RGB is 218 - color contains mainly: blue. Hex color #A227DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A227DA is #5DD825. Grayscale: #5F5F5F. Windows color (decimal): -6150182 or 14296994. OLE color: 14296994.

HSL color Cylindrical-coordinate representation of color #A227DA: hue angle of 281.23º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A227DA is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 162 39 218 -
CMYK 0.26 0.82 0 0.15
HSL 281.23º 0.71% 0.5% -
HSV(B) 281.23º 0.82% 0.85% -
XYZ 28.28 14.19 67.58 -
YUV 96.18 196.75 174.95 -
System Red Green Blue C M Y K H S L
Decimal 162 39 218 0.26 0.82 0 0.15 281.23 0.71 0.5
Hex A2 27 DA 1A 52 0 F 119 47 32
Octal 242 47 332 32 122 0 17 431 107 62
Binary 10100010 100111 11011010 11010 1010010 0 1111 100011001 1000111 110010

Color Harmonies of #A227DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A227DA

Black with #A227DA

Text Example


Text Example

White with #A227DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A227DA; }

 p { color: rgb(162,39,218); }

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

background-color css

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

 a { background-color: rgb(162,39,218); }

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

border-color css

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

 span { border-color: rgb(162,39,218); }

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