Html Css Color HEX #A025CB Dark Orchid

📋 copy color: '#A025CB'

red 160 ◦ green 37 ◦ blue 203

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

Shades of Dark Orchid #A025CB

Tints of Dark Orchid #A025CB

RGB

 RED value IS 160 (62.89% from 255) = 40%

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

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

R = 40%
G = 9.25%
B = 50.75%

CMYK

 C value IS 0.21

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A025CB (or 0xA025CB) is known color: Dark Orchid. HEX triplet: A0, 25 and CB. RGB value is (160,37,203). Sum of RGB (Red+Green+Blue) = 160+37+203=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 37 (14.84% from 255 or 9.25% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #A025CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A025CB is #5FDA34. Grayscale: #5C5C5C. Windows color (decimal): -6281781 or 13313440. OLE color: 13313440.

HSL color Cylindrical-coordinate representation of color #A025CB: hue angle of 284.46º 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 #A025CB is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 37 203 -
CMYK 0.21 0.82 0 0.20
HSL 284.46º 0.69% 0.47% -
HSV(B) 284.46º 0.82% 0.8% -
XYZ 25.94 13.11 57.66 -
YUV 92.7 190.25 176 -
System Red Green Blue C M Y K H S L
Decimal 160 37 203 0.21 0.82 0 0.20 284.46 0.69 0.47
Hex A0 25 CB 15 52 0 14 11C 45 2F
Octal 240 45 313 25 122 0 24 434 105 57
Binary 10100000 100101 11001011 10101 1010010 0 10100 100011100 1000101 101111

Color Harmonies of #A025CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A025CB

Black with #A025CB

Text Example


Text Example

White with #A025CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A025CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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