Html Css Color HEX #A223BF Dark Orchid

📋 copy color: '#A223BF'

red 162 ◦ green 35 ◦ blue 191

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

Shades of Dark Orchid #A223BF

Tints of Dark Orchid #A223BF

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.02%

 BLUE value IS 191 (75% from 255) = 49.23%

R = 41.75%
G = 9.02%
B = 49.23%

CMYK

 C value IS 0.15

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A223BF (or 0xA223BF) is known color: Dark Orchid. HEX triplet: A2, 23 and BF. RGB value is (162,35,191). Sum of RGB (Red+Green+Blue) = 162+35+191=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 35 (14.06% from 255 or 9.02% from 388); Blue value is 191 (75% from 255 or 49.23% from 388); Max value from RGB is 191 - color contains mainly: blue. Hex color #A223BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A223BF is #5DDC40. Grayscale: #5A5A5A. Windows color (decimal): -6151233 or 12526498. OLE color: 12526498.

HSL color Cylindrical-coordinate representation of color #A223BF: hue angle of 288.85º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A223BF is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 35 191 -
CMYK 0.15 0.82 0 0.25
HSL 288.85º 0.69% 0.44% -
HSV(B) 288.85º 0.82% 0.75% -
XYZ 24.91 12.65 50.42 -
YUV 90.76 184.58 178.82 -
System Red Green Blue C M Y K H S L
Decimal 162 35 191 0.15 0.82 0 0.25 288.85 0.69 0.44
Hex A2 23 BF F 52 0 19 121 45 2C
Octal 242 43 277 17 122 0 31 441 105 54
Binary 10100010 100011 10111111 1111 1010010 0 11001 100100001 1000101 101100

Color Harmonies of #A223BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A223BF

Black with #A223BF

Text Example


Text Example

White with #A223BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A223BF; }

 p { color: rgb(162,35,191); }

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

background-color css

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

 a { background-color: rgb(162,35,191); }

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

border-color css

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

 span { border-color: rgb(162,35,191); }

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