Html Css Color HEX #A425CF Dark Orchid

📋 copy color: '#A425CF'

red 164 ◦ green 37 ◦ blue 207

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

Shades of Dark Orchid #A425CF

Tints of Dark Orchid #A425CF

RGB

 RED value IS 164 (64.45% from 255) = 40.2%

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

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

R = 40.2%
G = 9.07%
B = 50.74%

CMYK

 C value IS 0.21

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A425CF (or 0xA425CF) is known color: Dark Orchid. HEX triplet: A4, 25 and CF. RGB value is (164,37,207). Sum of RGB (Red+Green+Blue) = 164+37+207=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 37 (14.84% from 255 or 9.07% from 408); Blue value is 207 (81.25% from 255 or 50.74% from 408); Max value from RGB is 207 - color contains mainly: blue. Hex color #A425CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A425CF is #5BDA30. Grayscale: #5D5D5D. Windows color (decimal): -6019633 or 13575588. OLE color: 13575588.

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

Color convert

RGB 164 37 207 -
CMYK 0.21 0.82 0 0.19
HSL 284.82º 0.7% 0.48% -
HSV(B) 284.82º 0.82% 0.81% -
XYZ 27.23 13.72 60.24 -
YUV 94.35 191.58 177.68 -
System Red Green Blue C M Y K H S L
Decimal 164 37 207 0.21 0.82 0 0.19 284.82 0.7 0.48
Hex A4 25 CF 15 52 0 13 11D 46 30
Octal 244 45 317 25 122 0 23 435 106 60
Binary 10100100 100101 11001111 10101 1010010 0 10011 100011101 1000110 110000

Color Harmonies of #A425CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A425CF

Black with #A425CF

Text Example


Text Example

White with #A425CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A425CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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