Html Css Color HEX #A425CB Dark Orchid

📋 copy color: '#A425CB'

red 164 ◦ green 37 ◦ blue 203

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

Shades of Dark Orchid #A425CB

Tints of Dark Orchid #A425CB

RGB

 RED value IS 164 (64.45% from 255) = 40.59%

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

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

R = 40.59%
G = 9.16%
B = 50.25%

CMYK

 C value IS 0.19

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A425CB (or 0xA425CB) is known color: Dark Orchid. HEX triplet: A4, 25 and CB. RGB value is (164,37,203). Sum of RGB (Red+Green+Blue) = 164+37+203=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 37 (14.84% from 255 or 9.16% from 404); Blue value is 203 (79.69% from 255 or 50.25% from 404); Max value from RGB is 203 - color contains mainly: blue. Hex color #A425CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A425CB is #5BDA34. Grayscale: #5D5D5D. Windows color (decimal): -6019637 or 13313444. OLE color: 13313444.

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

Color convert

RGB 164 37 203 -
CMYK 0.19 0.82 0 0.20
HSL 285.9º 0.69% 0.47% -
HSV(B) 285.9º 0.82% 0.8% -
XYZ 26.75 13.53 57.7 -
YUV 93.9 189.58 178 -
System Red Green Blue C M Y K H S L
Decimal 164 37 203 0.19 0.82 0 0.20 285.9 0.69 0.47
Hex A4 25 CB 13 52 0 14 11E 45 2F
Octal 244 45 313 23 122 0 24 436 105 57
Binary 10100100 100101 11001011 10011 1010010 0 10100 100011110 1000101 101111

Color Harmonies of #A425CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A425CB

Black with #A425CB

Text Example


Text Example

White with #A425CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A425CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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