Html Css Color HEX #A22FC4 Dark Orchid

📋 copy color: '#A22FC4'

red 162 ◦ green 47 ◦ blue 196

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

Shades of Dark Orchid #A22FC4

Tints of Dark Orchid #A22FC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 48.4%

R = 40%
G = 11.6%
B = 48.4%

CMYK

 C value IS 0.17

 M value IS 0.76

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A22FC4 (or 0xA22FC4) is known color: Dark Orchid. HEX triplet: A2, 2F and C4. RGB value is (162,47,196). Sum of RGB (Red+Green+Blue) = 162+47+196=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 47 (18.75% from 255 or 11.60% from 405); Blue value is 196 (76.95% from 255 or 48.40% from 405); Max value from RGB is 196 - color contains mainly: blue. Hex color #A22FC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22FC4 is #5DD03B. Grayscale: #616161. Windows color (decimal): -6148156 or 12857250. OLE color: 12857250.

HSL color Cylindrical-coordinate representation of color #A22FC4: hue angle of 286.31º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A22FC4 is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 162 47 196 -
CMYK 0.17 0.76 0 0.23
HSL 286.31º 0.61% 0.48% -
HSV(B) 286.31º 0.76% 0.77% -
XYZ 25.88 13.7 53.5 -
YUV 98.37 183.1 173.38 -
System Red Green Blue C M Y K H S L
Decimal 162 47 196 0.17 0.76 0 0.23 286.31 0.61 0.48
Hex A2 2F C4 11 4C 0 17 11E 3D 30
Octal 242 57 304 21 114 0 27 436 75 60
Binary 10100010 101111 11000100 10001 1001100 0 10111 100011110 111101 110000

Color Harmonies of #A22FC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22FC4

Black with #A22FC4

Text Example


Text Example

White with #A22FC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22FC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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