Html Css Color HEX #AF26E9 Dark Orchid

📋 copy color: '#AF26E9'

red 175 ◦ green 38 ◦ blue 233

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

Shades of Dark Orchid #AF26E9

Tints of Dark Orchid #AF26E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 52.24%

R = 39.24%
G = 8.52%
B = 52.24%

CMYK

 C value IS 0.25

 M value IS 0.84

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AF26E9 (or 0xAF26E9) is known color: Dark Orchid. HEX triplet: AF, 26 and E9. RGB value is (175,38,233). Sum of RGB (Red+Green+Blue) = 175+38+233=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 38 (15.23% from 255 or 8.52% from 446); Blue value is 233 (91.41% from 255 or 52.24% from 446); Max value from RGB is 233 - color contains mainly: blue. Hex color #AF26E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF26E9 is #50D916. Grayscale: #646464. Windows color (decimal): -5298455 or 15279791. OLE color: 15279791.

HSL color Cylindrical-coordinate representation of color #AF26E9: hue angle of 282.15º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF26E9 is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 38 233 -
CMYK 0.25 0.84 0 0.09
HSL 282.15º 0.82% 0.53% -
HSV(B) 282.15º 0.84% 0.91% -
XYZ 33.08 16.38 78.51 -
YUV 101.19 202.39 180.64 -
System Red Green Blue C M Y K H S L
Decimal 175 38 233 0.25 0.84 0 0.09 282.15 0.82 0.53
Hex AF 26 E9 19 54 0 9 11A 52 35
Octal 257 46 351 31 124 0 11 432 122 65
Binary 10101111 100110 11101001 11001 1010100 0 1001 100011010 1010010 110101

Color Harmonies of #AF26E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF26E9

Black with #AF26E9

Text Example


Text Example

White with #AF26E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF26E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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