Html Css Color HEX #AF25AC Dark Orchid

📋 copy color: '#AF25AC'

red 175 ◦ green 37 ◦ blue 172

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

Shades of Dark Orchid #AF25AC

Tints of Dark Orchid #AF25AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.79%

R = 45.57%
G = 9.64%
B = 44.79%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF25AC (or 0xAF25AC) is known color: Dark Orchid. HEX triplet: AF, 25 and AC. RGB value is (175,37,172). Sum of RGB (Red+Green+Blue) = 175+37+172=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 37 (14.84% from 255 or 9.64% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 175 - color contains mainly: red. Hex color #AF25AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF25AC is #50DA53. Grayscale: #5D5D5D. Windows color (decimal): -5298772 or 11281839. OLE color: 11281839.

HSL color Cylindrical-coordinate representation of color #AF25AC: hue angle of 301.3º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF25AC is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 37 172 -
CMYK 0 0.79 0.02 0.31
HSL 301.3º 0.65% 0.42% -
HSV(B) 301.3º 0.79% 0.69% -
XYZ 25.79 13.42 40.26 -
YUV 93.65 172.22 186.02 -
System Red Green Blue C M Y K H S L
Decimal 175 37 172 0 0.79 0.02 0.31 301.3 0.65 0.42
Hex AF 25 AC 0 4F 2 1F 12D 41 2A
Octal 257 45 254 0 117 2 37 455 101 52
Binary 10101111 100101 10101100 0 1001111 10 11111 100101101 1000001 101010

Color Harmonies of #AF25AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF25AC

Black with #AF25AC

Text Example


Text Example

White with #AF25AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF25AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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