Html Css Color HEX #AF26AF Dark Orchid

📋 copy color: '#AF26AF'

red 175 ◦ green 38 ◦ blue 175

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

Shades of Dark Orchid #AF26AF

Tints of Dark Orchid #AF26AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.1%

R = 45.1%
G = 9.79%
B = 45.1%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AF26AF (or 0xAF26AF) is known color: Dark Orchid. HEX triplet: AF, 26 and AF. RGB value is (175,38,175). Sum of RGB (Red+Green+Blue) = 175+38+175=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 38 (15.23% from 255 or 9.79% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF26AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF26AF is #50D950. Grayscale: #5E5E5E. Windows color (decimal): -5298513 or 11478703. OLE color: 11478703.

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

Color convert

RGB 175 38 175 -
CMYK 0 0.78 0 0.31
HSL 300º 0.64% 0.42% -
HSV(B) 300º 0.78% 0.69% -
XYZ 26.11 13.6 41.81 -
YUV 94.58 173.39 185.36 -
System Red Green Blue C M Y K H S L
Decimal 175 38 175 0 0.78 0 0.31 300 0.64 0.42
Hex AF 26 AF 0 4E 0 1F 12C 40 2A
Octal 257 46 257 0 116 0 37 454 100 52
Binary 10101111 100110 10101111 0 1001110 0 11111 100101100 1000000 101010

Color Harmonies of #AF26AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF26AF

Black with #AF26AF

Text Example


Text Example

White with #AF26AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF26AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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