Html Css Color HEX #A225CB Dark Orchid

📋 copy color: '#A225CB'

red 162 ◦ green 37 ◦ blue 203

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

Shades of Dark Orchid #A225CB

Tints of Dark Orchid #A225CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50.5%

R = 40.3%
G = 9.2%
B = 50.5%

CMYK

 C value IS 0.20

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A225CB (or 0xA225CB) is known color: Dark Orchid. HEX triplet: A2, 25 and CB. RGB value is (162,37,203). Sum of RGB (Red+Green+Blue) = 162+37+203=402 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.30% from 402); Green value is 37 (14.84% from 255 or 9.20% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #A225CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A225CB is #5DDA34. Grayscale: #5C5C5C. Windows color (decimal): -6150709 or 13313442. OLE color: 13313442.

HSL color Cylindrical-coordinate representation of color #A225CB: hue angle of 285.18º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A225CB is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 162 37 203 -
CMYK 0.20 0.82 0 0.20
HSL 285.18º 0.69% 0.47% -
HSV(B) 285.18º 0.82% 0.8% -
XYZ 26.34 13.32 57.68 -
YUV 93.3 189.91 177 -
System Red Green Blue C M Y K H S L
Decimal 162 37 203 0.20 0.82 0 0.20 285.18 0.69 0.47
Hex A2 25 CB 14 52 0 14 11D 45 2F
Octal 242 45 313 24 122 0 24 435 105 57
Binary 10100010 100101 11001011 10100 1010010 0 10100 100011101 1000101 101111

Color Harmonies of #A225CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A225CB

Black with #A225CB

Text Example


Text Example

White with #A225CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A225CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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