Html Css Color HEX #AF26AC Dark Orchid

📋 copy color: '#AF26AC'

red 175 ◦ green 38 ◦ blue 172

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

Shades of Dark Orchid #AF26AC

Tints of Dark Orchid #AF26AC

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.87%

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

R = 45.45%
G = 9.87%
B = 44.68%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF26AC (or 0xAF26AC) is known color: Dark Orchid. HEX triplet: AF, 26 and AC. RGB value is (175,38,172). Sum of RGB (Red+Green+Blue) = 175+38+172=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 38 (15.23% from 255 or 9.87% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF26AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF26AC is #50D953. Grayscale: #5D5D5D. Windows color (decimal): -5298516 or 11282095. OLE color: 11282095.

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

Color convert

RGB 175 38 172 -
CMYK 0 0.78 0.02 0.31
HSL 301.31º 0.64% 0.42% -
HSV(B) 301.31º 0.78% 0.69% -
XYZ 25.82 13.48 40.27 -
YUV 94.24 171.89 185.6 -
System Red Green Blue C M Y K H S L
Decimal 175 38 172 0 0.78 0.02 0.31 301.31 0.64 0.42
Hex AF 26 AC 0 4E 2 1F 12D 40 2A
Octal 257 46 254 0 116 2 37 455 100 52
Binary 10101111 100110 10101100 0 1001110 10 11111 100101101 1000000 101010

Color Harmonies of #AF26AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF26AC

Black with #AF26AC

Text Example


Text Example

White with #AF26AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF26AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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