Html Css Color HEX #A025CF Dark Orchid

📋 copy color: '#A025CF'

red 160 ◦ green 37 ◦ blue 207

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

Shades of Dark Orchid #A025CF

Tints of Dark Orchid #A025CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 51.24%

R = 39.6%
G = 9.16%
B = 51.24%

CMYK

 C value IS 0.23

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A025CF (or 0xA025CF) is known color: Dark Orchid. HEX triplet: A0, 25 and CF. RGB value is (160,37,207). Sum of RGB (Red+Green+Blue) = 160+37+207=404 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.60% from 404); Green value is 37 (14.84% from 255 or 9.16% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #A025CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A025CF is #5FDA30. Grayscale: #5C5C5C. Windows color (decimal): -6281777 or 13575584. OLE color: 13575584.

HSL color Cylindrical-coordinate representation of color #A025CF: hue angle of 283.41º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A025CF is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 37 207 -
CMYK 0.23 0.82 0 0.19
HSL 283.41º 0.7% 0.48% -
HSV(B) 283.41º 0.82% 0.81% -
XYZ 26.42 13.3 60.21 -
YUV 93.16 192.25 175.68 -
System Red Green Blue C M Y K H S L
Decimal 160 37 207 0.23 0.82 0 0.19 283.41 0.7 0.48
Hex A0 25 CF 17 52 0 13 11B 46 30
Octal 240 45 317 27 122 0 23 433 106 60
Binary 10100000 100101 11001111 10111 1010010 0 10011 100011011 1000110 110000

Color Harmonies of #A025CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A025CF

Black with #A025CF

Text Example


Text Example

White with #A025CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A025CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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