Html Css Color HEX #AF25BF Dark Orchid

📋 copy color: '#AF25BF'

red 175 ◦ green 37 ◦ blue 191

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

Shades of Dark Orchid #AF25BF

Tints of Dark Orchid #AF25BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.39%

R = 43.42%
G = 9.18%
B = 47.39%

CMYK

 C value IS 0.08

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF25BF (or 0xAF25BF) is known color: Dark Orchid. HEX triplet: AF, 25 and BF. RGB value is (175,37,191). Sum of RGB (Red+Green+Blue) = 175+37+191=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 37 (14.84% from 255 or 9.18% from 403); Blue value is 191 (75% from 255 or 47.39% from 403); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF25BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF25BF is #50DA40. Grayscale: #5F5F5F. Windows color (decimal): -5298753 or 12527023. OLE color: 12527023.

HSL color Cylindrical-coordinate representation of color #AF25BF: hue angle of 293.77º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF25BF is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 37 191 -
CMYK 0.08 0.81 0 0.25
HSL 293.77º 0.68% 0.45% -
HSV(B) 293.77º 0.81% 0.75% -
XYZ 27.74 14.2 50.57 -
YUV 95.82 181.72 184.48 -
System Red Green Blue C M Y K H S L
Decimal 175 37 191 0.08 0.81 0 0.25 293.77 0.68 0.45
Hex AF 25 BF 8 51 0 19 126 44 2D
Octal 257 45 277 10 121 0 31 446 104 55
Binary 10101111 100101 10111111 1000 1010001 0 11001 100100110 1000100 101101

Color Harmonies of #AF25BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF25BF

Black with #AF25BF

Text Example


Text Example

White with #AF25BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF25BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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