Html Css Color HEX #A22FD7 Dark Orchid

📋 copy color: '#A22FD7'

red 162 ◦ green 47 ◦ blue 215

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

Shades of Dark Orchid #A22FD7

Tints of Dark Orchid #A22FD7

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.08%

 BLUE value IS 215 (84.38% from 255) = 50.71%

R = 38.21%
G = 11.08%
B = 50.71%

CMYK

 C value IS 0.25

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A22FD7 (or 0xA22FD7) is known color: Dark Orchid. HEX triplet: A2, 2F and D7. RGB value is (162,47,215). Sum of RGB (Red+Green+Blue) = 162+47+215=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 47 (18.75% from 255 or 11.08% from 424); Blue value is 215 (84.38% from 255 or 50.71% from 424); Max value from RGB is 215 - color contains mainly: blue. Hex color #A22FD7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22FD7 is #5DD028. Grayscale: #636363. Windows color (decimal): -6148137 or 14102434. OLE color: 14102434.

HSL color Cylindrical-coordinate representation of color #A22FD7: hue angle of 281.07º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A22FD7 is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 162 47 215 -
CMYK 0.25 0.78 0 0.16
HSL 281.07º 0.68% 0.51% -
HSV(B) 281.07º 0.78% 0.84% -
XYZ 28.18 14.62 65.63 -
YUV 100.54 192.6 171.84 -
System Red Green Blue C M Y K H S L
Decimal 162 47 215 0.25 0.78 0 0.16 281.07 0.68 0.51
Hex A2 2F D7 19 4E 0 10 119 44 33
Octal 242 57 327 31 116 0 20 431 104 63
Binary 10100010 101111 11010111 11001 1001110 0 10000 100011001 1000100 110011

Color Harmonies of #A22FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22FD7

Black with #A22FD7

Text Example


Text Example

White with #A22FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22FD7; }

 p { color: rgb(162,47,215); }

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

background-color css

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

 a { background-color: rgb(162,47,215); }

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

border-color css

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

 span { border-color: rgb(162,47,215); }

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