Html Css Color HEX #A725CB Dark Orchid

📋 copy color: '#A725CB'

red 167 ◦ green 37 ◦ blue 203

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

Shades of Dark Orchid #A725CB

Tints of Dark Orchid #A725CB

RGB

 RED value IS 167 (65.63% from 255) = 41.03%

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

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

R = 41.03%
G = 9.09%
B = 49.88%

CMYK

 C value IS 0.18

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A725CB (or 0xA725CB) is known color: Dark Orchid. HEX triplet: A7, 25 and CB. RGB value is (167,37,203). Sum of RGB (Red+Green+Blue) = 167+37+203=407 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.03% from 407); Green value is 37 (14.84% from 255 or 9.09% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #A725CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A725CB is #58DA34. Grayscale: #5E5E5E. Windows color (decimal): -5823029 or 13313447. OLE color: 13313447.

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

Color convert

RGB 167 37 203 -
CMYK 0.18 0.82 0 0.20
HSL 286.99º 0.69% 0.47% -
HSV(B) 286.99º 0.82% 0.8% -
XYZ 27.38 13.85 57.73 -
YUV 94.79 189.07 179.5 -
System Red Green Blue C M Y K H S L
Decimal 167 37 203 0.18 0.82 0 0.20 286.99 0.69 0.47
Hex A7 25 CB 12 52 0 14 11F 45 2F
Octal 247 45 313 22 122 0 24 437 105 57
Binary 10100111 100101 11001011 10010 1010010 0 10100 100011111 1000101 101111

Color Harmonies of #A725CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A725CB

Black with #A725CB

Text Example


Text Example

White with #A725CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A725CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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