Html Css Color HEX #AF26AB Dark Orchid

📋 copy color: '#AF26AB'

red 175 ◦ green 38 ◦ blue 171

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

Shades of Dark Orchid #AF26AB

Tints of Dark Orchid #AF26AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.53%

R = 45.57%
G = 9.9%
B = 44.53%

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

#AF26AB (or 0xAF26AB) is known color: Dark Orchid. HEX triplet: AF, 26 and AB. RGB value is (175,38,171). Sum of RGB (Red+Green+Blue) = 175+38+171=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 38 (15.23% from 255 or 9.90% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 175 - color contains mainly: red. Hex color #AF26AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF26AB is #50D954. Grayscale: #5D5D5D. Windows color (decimal): -5298517 or 11216559. OLE color: 11216559.

HSL color Cylindrical-coordinate representation of color #AF26AB: hue angle of 301.75º 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 #AF26AB is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 38 171 -
CMYK 0 0.78 0.02 0.31
HSL 301.75º 0.64% 0.42% -
HSV(B) 301.75º 0.78% 0.69% -
XYZ 25.72 13.44 39.77 -
YUV 94.13 171.39 185.69 -
System Red Green Blue C M Y K H S L
Decimal 175 38 171 0 0.78 0.02 0.31 301.75 0.64 0.42
Hex AF 26 AB 0 4E 2 1F 12E 40 2A
Octal 257 46 253 0 116 2 37 456 100 52
Binary 10101111 100110 10101011 0 1001110 10 11111 100101110 1000000 101010

Color Harmonies of #AF26AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF26AB

Black with #AF26AB

Text Example


Text Example

White with #AF26AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF26AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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