Html Css Color HEX #A525CB Dark Orchid

📋 copy color: '#A525CB'

red 165 ◦ green 37 ◦ blue 203

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

Shades of Dark Orchid #A525CB

Tints of Dark Orchid #A525CB

RGB

 RED value IS 165 (64.84% from 255) = 40.74%

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

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

R = 40.74%
G = 9.14%
B = 50.12%

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

#A525CB (or 0xA525CB) is known color: Dark Orchid. HEX triplet: A5, 25 and CB. RGB value is (165,37,203). Sum of RGB (Red+Green+Blue) = 165+37+203=405 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.74% from 405); Green value is 37 (14.84% from 255 or 9.14% from 405); Blue value is 203 (79.69% from 255 or 50.12% from 405); Max value from RGB is 203 - color contains mainly: blue. Hex color #A525CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A525CB is #5ADA34. Grayscale: #5D5D5D. Windows color (decimal): -5954101 or 13313445. OLE color: 13313445.

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

Color convert

RGB 165 37 203 -
CMYK 0.19 0.82 0 0.20
HSL 286.27º 0.69% 0.47% -
HSV(B) 286.27º 0.82% 0.8% -
XYZ 26.96 13.63 57.71 -
YUV 94.2 189.41 178.5 -
System Red Green Blue C M Y K H S L
Decimal 165 37 203 0.19 0.82 0 0.20 286.27 0.69 0.47
Hex A5 25 CB 13 52 0 14 11E 45 2F
Octal 245 45 313 23 122 0 24 436 105 57
Binary 10100101 100101 11001011 10011 1010010 0 10100 100011110 1000101 101111

Color Harmonies of #A525CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A525CB

Black with #A525CB

Text Example


Text Example

White with #A525CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A525CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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