Html Css Color HEX #AF3BE8 Dark Orchid

📋 copy color: '#AF3BE8'

red 175 ◦ green 59 ◦ blue 232

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

Shades of Dark Orchid #AF3BE8

Tints of Dark Orchid #AF3BE8

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.66%

 BLUE value IS 232 (91.02% from 255) = 49.79%

R = 37.55%
G = 12.66%
B = 49.79%

CMYK

 C value IS 0.25

 M value IS 0.75

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AF3BE8 (or 0xAF3BE8) is known color: Dark Orchid. HEX triplet: AF, 3B and E8. RGB value is (175,59,232). Sum of RGB (Red+Green+Blue) = 175+59+232=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 59 (23.44% from 255 or 12.66% from 466); Blue value is 232 (91.02% from 255 or 49.79% from 466); Max value from RGB is 232 - color contains mainly: blue. Hex color #AF3BE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF3BE8 is #50C417. Grayscale: #707070. Windows color (decimal): -5293080 or 15219631. OLE color: 15219631.

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

Color convert

RGB 175 59 232 -
CMYK 0.25 0.75 0 0.09
HSL 280.23º 0.79% 0.57% -
HSV(B) 280.23º 0.75% 0.91% -
XYZ 33.81 18.07 78.05 -
YUV 113.41 194.93 171.93 -
System Red Green Blue C M Y K H S L
Decimal 175 59 232 0.25 0.75 0 0.09 280.23 0.79 0.57
Hex AF 3B E8 19 4B 0 9 118 4F 39
Octal 257 73 350 31 113 0 11 430 117 71
Binary 10101111 111011 11101000 11001 1001011 0 1001 100011000 1001111 111001

Color Harmonies of #AF3BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3BE8

Black with #AF3BE8

Text Example


Text Example

White with #AF3BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3BE8; }

 p { color: rgb(175,59,232); }

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

background-color css

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

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

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

border-color css

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

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

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