Html Css Color HEX #A625CF Dark Orchid

📋 copy color: '#A625CF'

red 166 ◦ green 37 ◦ blue 207

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

Shades of Dark Orchid #A625CF

Tints of Dark Orchid #A625CF

RGB

 RED value IS 166 (65.23% from 255) = 40.49%

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

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

R = 40.49%
G = 9.02%
B = 50.49%

CMYK

 C value IS 0.20

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A625CF (or 0xA625CF) is known color: Dark Orchid. HEX triplet: A6, 25 and CF. RGB value is (166,37,207). Sum of RGB (Red+Green+Blue) = 166+37+207=410 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.49% from 410); Green value is 37 (14.84% from 255 or 9.02% from 410); Blue value is 207 (81.25% from 255 or 50.49% from 410); Max value from RGB is 207 - color contains mainly: blue. Hex color #A625CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A625CF is #59DA30. Grayscale: #5E5E5E. Windows color (decimal): -5888561 or 13575590. OLE color: 13575590.

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

Color convert

RGB 166 37 207 -
CMYK 0.20 0.82 0 0.19
HSL 285.53º 0.7% 0.48% -
HSV(B) 285.53º 0.82% 0.81% -
XYZ 27.65 13.94 60.26 -
YUV 94.95 191.24 178.68 -
System Red Green Blue C M Y K H S L
Decimal 166 37 207 0.20 0.82 0 0.19 285.53 0.7 0.48
Hex A6 25 CF 14 52 0 13 11E 46 30
Octal 246 45 317 24 122 0 23 436 106 60
Binary 10100110 100101 11001111 10100 1010010 0 10011 100011110 1000110 110000

Color Harmonies of #A625CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A625CF

Black with #A625CF

Text Example


Text Example

White with #A625CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A625CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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