Html Css Color HEX #AF25D1 Dark Orchid

📋 copy color: '#AF25D1'

red 175 ◦ green 37 ◦ blue 209

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

Shades of Dark Orchid #AF25D1

Tints of Dark Orchid #AF25D1

RGB

 RED value IS 175 (68.75% from 255) = 41.57%

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

 BLUE value IS 209 (82.03% from 255) = 49.64%

R = 41.57%
G = 8.79%
B = 49.64%

CMYK

 C value IS 0.16

 M value IS 0.82

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AF25D1 (or 0xAF25D1) is known color: Dark Orchid. HEX triplet: AF, 25 and D1. RGB value is (175,37,209). Sum of RGB (Red+Green+Blue) = 175+37+209=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 37 (14.84% from 255 or 8.79% from 421); Blue value is 209 (82.03% from 255 or 49.64% from 421); Max value from RGB is 209 - color contains mainly: blue. Hex color #AF25D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF25D1 is #50DA2E. Grayscale: #616161. Windows color (decimal): -5298735 or 13706671. OLE color: 13706671.

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

Color convert

RGB 175 37 209 -
CMYK 0.16 0.82 0 0.18
HSL 288.14º 0.7% 0.48% -
HSV(B) 288.14º 0.82% 0.82% -
XYZ 29.85 15.04 61.65 -
YUV 97.87 190.72 183.01 -
System Red Green Blue C M Y K H S L
Decimal 175 37 209 0.16 0.82 0 0.18 288.14 0.7 0.48
Hex AF 25 D1 10 52 0 12 120 46 30
Octal 257 45 321 20 122 0 22 440 106 60
Binary 10101111 100101 11010001 10000 1010010 0 10010 100100000 1000110 110000

Color Harmonies of #AF25D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF25D1

Black with #AF25D1

Text Example


Text Example

White with #AF25D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF25D1; }

 p { color: rgb(175,37,209); }

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

background-color css

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

 a { background-color: rgb(175,37,209); }

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

border-color css

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

 span { border-color: rgb(175,37,209); }

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