Html Css Color HEX #A225CF Dark Orchid

📋 copy color: '#A225CF'

red 162 ◦ green 37 ◦ blue 207

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

Shades of Dark Orchid #A225CF

Tints of Dark Orchid #A225CF

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.11%

 BLUE value IS 207 (81.25% from 255) = 50.99%

R = 39.9%
G = 9.11%
B = 50.99%

CMYK

 C value IS 0.22

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A225CF (or 0xA225CF) is known color: Dark Orchid. HEX triplet: A2, 25 and CF. RGB value is (162,37,207). Sum of RGB (Red+Green+Blue) = 162+37+207=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 37 (14.84% from 255 or 9.11% from 406); Blue value is 207 (81.25% from 255 or 50.99% from 406); Max value from RGB is 207 - color contains mainly: blue. Hex color #A225CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A225CF is #5DDA30. Grayscale: #5D5D5D. Windows color (decimal): -6150705 or 13575586. OLE color: 13575586.

HSL color Cylindrical-coordinate representation of color #A225CF: hue angle of 284.12º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A225CF is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 162 37 207 -
CMYK 0.22 0.82 0 0.19
HSL 284.12º 0.7% 0.48% -
HSV(B) 284.12º 0.82% 0.81% -
XYZ 26.82 13.51 60.23 -
YUV 93.76 191.91 176.68 -
System Red Green Blue C M Y K H S L
Decimal 162 37 207 0.22 0.82 0 0.19 284.12 0.7 0.48
Hex A2 25 CF 16 52 0 13 11C 46 30
Octal 242 45 317 26 122 0 23 434 106 60
Binary 10100010 100101 11001111 10110 1010010 0 10011 100011100 1000110 110000

Color Harmonies of #A225CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A225CF

Black with #A225CF

Text Example


Text Example

White with #A225CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A225CF; }

 p { color: rgb(162,37,207); }

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

background-color css

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

 a { background-color: rgb(162,37,207); }

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

border-color css

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

 span { border-color: rgb(162,37,207); }

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