Html Css Color HEX #AF26AD Dark Orchid

📋 copy color: '#AF26AD'

red 175 ◦ green 38 ◦ blue 173

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

Shades of Dark Orchid #AF26AD

Tints of Dark Orchid #AF26AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 44.82%

R = 45.34%
G = 9.84%
B = 44.82%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#AF26AD (or 0xAF26AD) is known color: Dark Orchid. HEX triplet: AF, 26 and AD. RGB value is (175,38,173). Sum of RGB (Red+Green+Blue) = 175+38+173=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 38 (15.23% from 255 or 9.84% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF26AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF26AD is #50D952. Grayscale: #5D5D5D. Windows color (decimal): -5298515 or 11347631. OLE color: 11347631.

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

Color convert

RGB 175 38 173 -
CMYK 0 0.78 0.01 0.31
HSL 300.88º 0.64% 0.42% -
HSV(B) 300.88º 0.78% 0.69% -
XYZ 25.92 13.52 40.78 -
YUV 94.35 172.39 185.52 -
System Red Green Blue C M Y K H S L
Decimal 175 38 173 0 0.78 0.01 0.31 300.88 0.64 0.42
Hex AF 26 AD 0 4E 1 1F 12D 40 2A
Octal 257 46 255 0 116 1 37 455 100 52
Binary 10101111 100110 10101101 0 1001110 1 11111 100101101 1000000 101010

Color Harmonies of #AF26AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF26AD

Black with #AF26AD

Text Example


Text Example

White with #AF26AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF26AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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