Html Css Color HEX #AF25CF Dark Orchid

📋 copy color: '#AF25CF'

red 175 ◦ green 37 ◦ blue 207

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

Shades of Dark Orchid #AF25CF

Tints of Dark Orchid #AF25CF

RGB

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

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

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

R = 41.77%
G = 8.83%
B = 49.4%

CMYK

 C value IS 0.15

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF25CF (or 0xAF25CF) is known color: Dark Orchid. HEX triplet: AF, 25 and CF. RGB value is (175,37,207). Sum of RGB (Red+Green+Blue) = 175+37+207=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 37 (14.84% from 255 or 8.83% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF25CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF25CF is #50DA30. Grayscale: #616161. Windows color (decimal): -5298737 or 13575599. OLE color: 13575599.

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

Color convert

RGB 175 37 207 -
CMYK 0.15 0.82 0 0.19
HSL 288.71º 0.7% 0.48% -
HSV(B) 288.71º 0.82% 0.81% -
XYZ 29.6 14.94 60.36 -
YUV 97.64 189.72 183.18 -
System Red Green Blue C M Y K H S L
Decimal 175 37 207 0.15 0.82 0 0.19 288.71 0.7 0.48
Hex AF 25 CF F 52 0 13 121 46 30
Octal 257 45 317 17 122 0 23 441 106 60
Binary 10101111 100101 11001111 1111 1010010 0 10011 100100001 1000110 110000

Color Harmonies of #AF25CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF25CF

Black with #AF25CF

Text Example


Text Example

White with #AF25CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF25CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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