Html Css Color HEX #A227B6 Dark Orchid

📋 copy color: '#A227B6'

red 162 ◦ green 39 ◦ blue 182

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

Shades of Dark Orchid #A227B6

Tints of Dark Orchid #A227B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 47.52%

R = 42.3%
G = 10.18%
B = 47.52%

CMYK

 C value IS 0.11

 M value IS 0.79

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A227B6 (or 0xA227B6) is known color: Dark Orchid. HEX triplet: A2, 27 and B6. RGB value is (162,39,182). Sum of RGB (Red+Green+Blue) = 162+39+182=383 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.30% from 383); Green value is 39 (15.62% from 255 or 10.18% from 383); Blue value is 182 (71.48% from 255 or 47.52% from 383); Max value from RGB is 182 - color contains mainly: blue. Hex color #A227B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A227B6 is #5DD849. Grayscale: #5B5B5B. Windows color (decimal): -6150218 or 11937698. OLE color: 11937698.

HSL color Cylindrical-coordinate representation of color #A227B6: hue angle of 291.61º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A227B6 is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 162 39 182 -
CMYK 0.11 0.79 0 0.29
HSL 291.61º 0.65% 0.43% -
HSV(B) 291.61º 0.79% 0.71% -
XYZ 24.07 12.51 45.4 -
YUV 92.08 178.75 177.87 -
System Red Green Blue C M Y K H S L
Decimal 162 39 182 0.11 0.79 0 0.29 291.61 0.65 0.43
Hex A2 27 B6 B 4F 0 1D 124 41 2B
Octal 242 47 266 13 117 0 35 444 101 53
Binary 10100010 100111 10110110 1011 1001111 0 11101 100100100 1000001 101011

Color Harmonies of #A227B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A227B6

Black with #A227B6

Text Example


Text Example

White with #A227B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A227B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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