Html Css Color HEX #AF26EA Dark Orchid

📋 copy color: '#AF26EA'

red 175 ◦ green 38 ◦ blue 234

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

Shades of Dark Orchid #AF26EA

Tints of Dark Orchid #AF26EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 52.35%

R = 39.15%
G = 8.5%
B = 52.35%

CMYK

 C value IS 0.25

 M value IS 0.84

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF26EA (or 0xAF26EA) is known color: Dark Orchid. HEX triplet: AF, 26 and EA. RGB value is (175,38,234). Sum of RGB (Red+Green+Blue) = 175+38+234=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 38 (15.23% from 255 or 8.50% from 447); Blue value is 234 (91.80% from 255 or 52.35% from 447); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF26EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF26EA is #50D915. Grayscale: #646464. Windows color (decimal): -5298454 or 15345327. OLE color: 15345327.

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

Color convert

RGB 175 38 234 -
CMYK 0.25 0.84 0 0.08
HSL 281.94º 0.82% 0.53% -
HSV(B) 281.94º 0.84% 0.92% -
XYZ 33.22 16.44 79.26 -
YUV 101.31 202.89 180.56 -
System Red Green Blue C M Y K H S L
Decimal 175 38 234 0.25 0.84 0 0.08 281.94 0.82 0.53
Hex AF 26 EA 19 54 0 8 11A 52 35
Octal 257 46 352 31 124 0 10 432 122 65
Binary 10101111 100110 11101010 11001 1010100 0 1000 100011010 1010010 110101

Color Harmonies of #AF26EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF26EA

Black with #AF26EA

Text Example


Text Example

White with #AF26EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF26EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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