Html Css Color HEX #AF26B3 Dark Orchid

📋 copy color: '#AF26B3'

red 175 ◦ green 38 ◦ blue 179

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

Shades of Dark Orchid #AF26B3

Tints of Dark Orchid #AF26B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 45.66%

R = 44.64%
G = 9.69%
B = 45.66%

CMYK

 C value IS 0.02

 M value IS 0.79

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AF26B3 (or 0xAF26B3) is known color: Dark Orchid. HEX triplet: AF, 26 and B3. RGB value is (175,38,179). Sum of RGB (Red+Green+Blue) = 175+38+179=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 38 (15.23% from 255 or 9.69% from 392); Blue value is 179 (70.31% from 255 or 45.66% from 392); Max value from RGB is 179 - color contains mainly: blue. Hex color #AF26B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF26B3 is #50D94C. Grayscale: #5E5E5E. Windows color (decimal): -5298509 or 11740847. OLE color: 11740847.

HSL color Cylindrical-coordinate representation of color #AF26B3: hue angle of 298.3º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF26B3 is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 175 38 179 -
CMYK 0.02 0.79 0 0.30
HSL 298.3º 0.65% 0.43% -
HSV(B) 298.3º 0.79% 0.7% -
XYZ 26.51 13.75 43.91 -
YUV 95.04 175.39 185.04 -
System Red Green Blue C M Y K H S L
Decimal 175 38 179 0.02 0.79 0 0.30 298.3 0.65 0.43
Hex AF 26 B3 2 4F 0 1E 12A 41 2B
Octal 257 46 263 2 117 0 36 452 101 53
Binary 10101111 100110 10110011 10 1001111 0 11110 100101010 1000001 101011

Color Harmonies of #AF26B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF26B3

Black with #AF26B3

Text Example


Text Example

White with #AF26B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF26B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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