Html Css Color HEX #A625CA Dark Orchid

📋 copy color: '#A625CA'

red 166 ◦ green 37 ◦ blue 202

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

Shades of Dark Orchid #A625CA

Tints of Dark Orchid #A625CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.88%

R = 40.99%
G = 9.14%
B = 49.88%

CMYK

 C value IS 0.18

 M value IS 0.82

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A625CA (or 0xA625CA) is known color: Dark Orchid. HEX triplet: A6, 25 and CA. RGB value is (166,37,202). Sum of RGB (Red+Green+Blue) = 166+37+202=405 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.99% from 405); Green value is 37 (14.84% from 255 or 9.14% from 405); Blue value is 202 (79.30% from 255 or 49.88% from 405); Max value from RGB is 202 - color contains mainly: blue. Hex color #A625CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A625CA is #59DA35. Grayscale: #5D5D5D. Windows color (decimal): -5888566 or 13247910. OLE color: 13247910.

HSL color Cylindrical-coordinate representation of color #A625CA: hue angle of 286.91º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A625CA is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 166 37 202 -
CMYK 0.18 0.82 0 0.21
HSL 286.91º 0.69% 0.47% -
HSV(B) 286.91º 0.82% 0.79% -
XYZ 27.05 13.69 57.09 -
YUV 94.38 188.74 179.08 -
System Red Green Blue C M Y K H S L
Decimal 166 37 202 0.18 0.82 0 0.21 286.91 0.69 0.47
Hex A6 25 CA 12 52 0 15 11F 45 2F
Octal 246 45 312 22 122 0 25 437 105 57
Binary 10100110 100101 11001010 10010 1010010 0 10101 100011111 1000101 101111

Color Harmonies of #A625CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A625CA

Black with #A625CA

Text Example


Text Example

White with #A625CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A625CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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